Skip to content

[JENKINS-76368] Upgrade mina-sshd from 2.16.0 to 2.17.1#190

Open
Dohbedoh wants to merge 3 commits intojenkinsci:mainfrom
Dohbedoh:JENKINS-76368
Open

[JENKINS-76368] Upgrade mina-sshd from 2.16.0 to 2.17.1#190
Dohbedoh wants to merge 3 commits intojenkinsci:mainfrom
Dohbedoh:JENKINS-76368

Conversation

@Dohbedoh
Copy link
Copy Markdown
Contributor

@Dohbedoh Dohbedoh commented Feb 1, 2026

  • Upgrading 2.16.0 to 2.17.1
  • Moved the dependency version declaration in the parent pom where the property exists (I think this could be the reason why dependabot does not create PRs for mina-sshd dependencies)

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

@Dohbedoh Dohbedoh requested a review from a team as a code owner February 1, 2026 22:52
@Dohbedoh Dohbedoh changed the title Jenkins 76368 [JENKINS-76368] Upgrade mina-sshd from 2.16.0 to 2.17.1 Feb 1, 2026
@Dohbedoh
Copy link
Copy Markdown
Contributor Author

Dohbedoh commented Feb 2, 2026

We need BC-FIPS 2.x in https://github.com/jenkinsci/lib-fips-bundle-test.

@Dohbedoh
Copy link
Copy Markdown
Contributor Author

Dohbedoh commented Feb 2, 2026

@jtnord
Copy link
Copy Markdown
Member

jtnord commented Feb 2, 2026

We need BC-FIPS 2.x in https://github.com/jenkinsci/lib-fips-bundle-test.

it is already there.


@Rule
public RealJenkinsRule j = new RealJenkinsRule().withFIPSEnabled()
public RealJenkinsRule j = new RealJenkinsRule().withFIPSEnabled(FIPSTestBundleProvider.get(FIPS1403BC2x.VERSION))
Copy link
Copy Markdown
Member

@jtnord jtnord Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or you could wait and pickup jenkinsci/lib-fips-bundle-test#9 via a plugin pom update.

Comment thread pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[JENKINS-76368] Apache Mina SSHD 2.17.1 update needed for API plugin

2 participants